[INFO] fetching crate blake3 1.8.5...
[INFO] fixing blake3-1.8.5 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate blake3 1.8.5 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate blake3 1.8.5
[INFO] finished tweaking crates.io crate blake3 1.8.5
[INFO] tweaked toml for crates.io crate blake3 1.8.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate blake3 1.8.5 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate blake3 1.8.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chacha20 v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0
[INFO] running `Command { std: "docker" "start" "03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking cmov v0.5.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling blake3 v1.8.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking cipher v0.5.1
[INFO] [stderr]     Checking digest v0.11.2
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> benches/bench.rs:362:26
[INFO] [stdout]     |
[INFO] [stdout] 362 |         let mut hasher = reference_impl::Hasher::new();
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   5 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   5 + use blake3::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 362 -         let mut hasher = reference_impl::Hasher::new();
[INFO] [stdout] 362 +         let mut hasher = Hasher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake3` (bench "bench") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:346:40
[INFO] [stdout]     |
[INFO] [stdout] 346 |             let mut reference_hasher = reference_impl::Hasher::new();
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 346 -             let mut reference_hasher = reference_impl::Hasher::new();
[INFO] [stdout] 346 +             let mut reference_hasher = Hasher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:375:40
[INFO] [stdout]     |
[INFO] [stdout] 375 |             let mut reference_hasher = reference_impl::Hasher::new_keyed(&TEST_KEY);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 375 -             let mut reference_hasher = reference_impl::Hasher::new_keyed(&TEST_KEY);
[INFO] [stdout] 375 +             let mut reference_hasher = Hasher::new_keyed(&TEST_KEY);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:405:40
[INFO] [stdout]     |
[INFO] [stdout] 405 |             let mut reference_hasher = reference_impl::Hasher::new_derive_key(context);
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 405 -             let mut reference_hasher = reference_impl::Hasher::new_derive_key(context);
[INFO] [stdout] 405 +             let mut reference_hasher = Hasher::new_derive_key(context);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:437:32
[INFO] [stdout]     |
[INFO] [stdout] 437 |     let mut reference_hasher = reference_impl::Hasher::new_keyed(&TEST_KEY);
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 437 -     let mut reference_hasher = reference_impl::Hasher::new_keyed(&TEST_KEY);
[INFO] [stdout] 437 +     let mut reference_hasher = Hasher::new_keyed(&TEST_KEY);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 |     reference_impl::Hasher::new().finalize(&mut reference_out);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 453 -     reference_impl::Hasher::new().finalize(&mut reference_out);
[INFO] [stdout] 453 +     Hasher::new().finalize(&mut reference_out);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:472:22
[INFO] [stdout]     |
[INFO] [stdout] 472 |     let mut hasher = reference_impl::Hasher::new();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 472 -     let mut hasher = reference_impl::Hasher::new();
[INFO] [stdout] 472 +     let mut hasher = Hasher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:575:36
[INFO] [stdout]     |
[INFO] [stdout] 575 |         let mut reference_hasher = reference_impl::Hasher::new();
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::Hasher;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::hash::Hasher;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Hasher`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 575 -         let mut reference_hasher = reference_impl::Hasher::new();
[INFO] [stdout] 575 +         let mut reference_hasher = Hasher::new();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `reference_impl` in this scope
[INFO] [stdout]    --> src/test.rs:298:43
[INFO] [stdout]     |
[INFO] [stdout] 298 |     assert_eq!(1880, core::mem::size_of::<reference_impl::Hasher>());
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `reference_impl`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `reference_impl`, use `cargo add reference_impl` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake3` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0", kill_on_drop: false }`
[INFO] [stdout] 03d46b0a617e0fb994e3f08e2ea342cd22eb5a6abf9035f1f4c97b7aefcb5de0
